-
1 cache optimization
Программирование: оптимизация кэша -
2 cache optimization
-
3 cache optimization
The New English-Russian Dictionary of Radio-electronics > cache optimization
-
4 cache optimization memory architecture
Универсальный англо-русский словарь > cache optimization memory architecture
-
5 optimization
- cache optimization
- combinatorial optimization
- computer-aided network optimization
- computer-aided transistor optimization
- constrained optimization
- continuous optimization
- global optimization
- hard disk optimization
- integer optimization
- memory optimization
- on-line optimization
- overall optimization
- possibilistic optimization
- scalar optimization
- security-constrained optimization
- vector optimization -
6 optimization
- cache optimization
- combinatorial optimization
- computer-aided network optimization
- computer-aided transistor optimization
- constrained optimization
- continuous optimization
- global optimization
- hard disk optimization
- integer optimization
- memory optimization
- on-line optimization
- overall optimization
- possibilistic optimization
- scalar optimization
- security-constrained optimization
- vector optimizationThe New English-Russian Dictionary of Radio-electronics > optimization
-
7 COMA
cache optimization memory architecture - архитектура памяти с оптимизирующим кэшем -
8 COMA
1) Компьютерная техника: Cache Only Memory Architecture2) Медицина: Children Of Mental Awareness3) Военный термин: committee of military appeals4) Техника: cache optimization memory architecture5) Шутливое выражение: Come Out Of My Ass6) Сокращение: court of military appeals7) Вычислительная техника: Cache Only Memory Architecture (SMP)8) Пищевая промышленность: Комитет по медицинским аспектам продовольственной политики Соединённого Королевства9) Сетевые технологии: множественный доступ с кодовым разделением каналов, множественный доступ с разделением кодов10) Международная торговля: Currency Overlay Management Account -
9 coma
1) Компьютерная техника: Cache Only Memory Architecture2) Медицина: Children Of Mental Awareness3) Военный термин: committee of military appeals4) Техника: cache optimization memory architecture5) Шутливое выражение: Come Out Of My Ass6) Сокращение: court of military appeals7) Вычислительная техника: Cache Only Memory Architecture (SMP)8) Пищевая промышленность: Комитет по медицинским аспектам продовольственной политики Соединённого Королевства9) Сетевые технологии: множественный доступ с кодовым разделением каналов, множественный доступ с разделением кодов10) Международная торговля: Currency Overlay Management Account -
10 COMA
фирм., сокр. от cache optimization memory architectureархитектура памяти с оптимизирующим кэшем (название, используемое Sun для обозначения сетевой архитектуры, аналогичной NUMA)English-Russian dictionary of computer science and programming > COMA
-
11 locality
1) локальностьа) в компьютерах последовательной архитектуры программы чаще всего обращаются к данным, к которым обращались непосредственно до этого - это так называемая временная локальность (temporal locality), или по адресам, близким к адресам недавно выбранных данных, - это так называемая пространственная локальность (spatial locality). В многопроцессорной архитектуре с распределённой памятью для повышения эффективности важно добиваться максимального процента обращений к локальной памяти2) местонахождение, район, областьАнгло-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. > locality
См. также в других словарях:
Optimization (computer science) — In computing, optimization is the process of modifying a system to make some aspect of it work more efficiently or use fewer resources. For instance, a computer program may be optimized so that it executes more rapidly, or is capable of operating … Wikipedia
Cache pollution — describes situations where an executing computer program loads data into CPU cache unnecessarily, thus causing other needed data to be evicted from the cache into lower levels of the memory hierarchy, potentially all the way down to main memory,… … Wikipedia
Cache — This article is about the computer science optimization concept. For other uses, see Cache (disambiguation). In computer engineering, a cache ( /ˈk … Wikipedia
Program optimization — For algorithms to solve other optimization problems, see Optimization (mathematics). In computer science, program optimization or software optimization is the process of modifying a software system to make some aspect of it work more efficiently… … Wikipedia
CPU cache — Cache memory redirects here. For the general use, see cache. A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access memory. The cache is a smaller, faster memory which stores copies of the… … Wikipedia
Compiler optimization — is the process of tuning the output of a compiler to minimize or maximize some attributes of an executable computer program. The most common requirement is to minimize the time taken to execute a program; a less common one is to minimize the… … Wikipedia
Loop nest optimization — (LNO) is a special case of loop transformation, dealing with nested loops, that allows large reductions in the cache bandwidth necessary for some common algorithms.Example: Matrix multiplyMany large mathematical operations on computers end up… … Wikipedia
Loop optimization — In compiler theory, loop optimization plays an important role in improving cache performance, making effective use of parallel processing capabilities, and reducing overheads associated with executing loops. Most execution time of a scientific… … Wikipedia
WAN optimization — products seek to accelerate a broad range of applications accessed by distributed enterprise users via eliminating redundant transmissions, staging data in local caches, compressing and prioritizing data, and streamlining chatty protocols (e.g.,… … Wikipedia
DNS cache poisoning — is a security or data integrity compromise in the Domain Name System (DNS). The compromise occurs when data is introduced into a DNS name server s cache database that did not originate from authoritative DNS sources. It may be a deliberate… … Wikipedia
Adaptive optimization — is a technique in computer science that performs dynamic recompilation of portions of a program based on the current execution profile. With a simple implementation, an adaptive optimizer may simply make a trade off between Just in time… … Wikipedia